Platform Explorer / Nuxeo Platform 6.0

Extension point annotabilityManager

Documentation

Check if a URI is annotable. Offer finer grain filtering than the URL filter. It is done after the URI has been translated to repo form.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.descriptors.AnnotabilityManagerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-core-6.0.jar
    <extension point="annotabilityManager" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<annotabilityManager class="org.nuxeo.ecm.platform.annotations.service.DefaultAnnotabilityManager"/>
    	</extension>
  • nuxeo-annot-repo-6.0.jar
    <extension point="annotabilityManager" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<annotabilityManager class="org.nuxeo.ecm.platform.annotations.repository.service.RepositoryAnnotabilityManager"/>
    	</extension>